Pushover

  1. Create an app at pushover.net.
  2. Store the API key in <secret-name> Secret and define the secret name in <config-map-name> ConfigMap:
  1. apiVersion: v1
  2. kind: ConfigMap
  3. metadata:
  4. name: <config-map-name>
  5. data:
  6. service.pushover: |
  7. token: $pushover-token
  1. apiVersion: v1
  2. kind: Secret
  3. metadata:
  4. name: <secret-name>
  5. stringData:
  6. pushover-token: avtc41pn13asmra6zaiyf7dh6cgx97
  1. Add your user key to your Application resource:
  1. apiVersion: argoproj.io/v1alpha1
  2. kind: Application
  3. metadata:
  4. annotations:
  5. notifications.argoproj.io/subscribe.on-sync-succeeded.pushover: uumy8u4owy7bgkapp6mc5mvhfsvpcd